home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc.dir / Internal_165_SHARED-Legal info.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  325 b   |  12 lines

  1. on mouseDown me
  2.   puppetSound("Single Click")
  3.   set the castNum of sprite the spriteNum of me to the number of member "Legal info dn"
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the castNum of sprite the spriteNum of me to the number of member "Legal info"
  9.   updateStage()
  10.   go("info1")
  11. end
  12.